pp108 : notifyModifiedTuple Method

notifyModifiedTuple Method


This method tracks when a tuple is modified in the busdataisland.

Syntax


object.notifyModifiedTuple(oTupleNode [, sSource]);

Parameters

Parameter

Description

oTupleNode

Required. Object that contains the tuple that had been modified.

sSource

Optional. String that denotes the identifier of the object that had called this function. This may be the ID of the buscontrol or busdataisland.


Return Value


No return value.

Remarks


This method notifies the changes to the busdataisland and fires the ontuplemodified event.

See Also


busdataisland, ontuplemodified